home *** CD-ROM | disk | FTP | other *** search
- on lfxkeycontrol
- dontPassEvent()
- set the keyDownScript to "checkKey"
- end
-
- on lfxkeycontroloff
- dontPassEvent()
- set the keyDownScript to EMPTY
- end
-
- on checkkey
- global gvmacorwin, glkeyset, gvtempo, gvpictnum, glpictlist, gvmovpouse, gvmovpoint, gvmovhelppoint, gvmovwait, gvlmovie
- dontPassEvent()
- case getPos(glkeyset, the keyCode) of
- 1:
- nothing()
- cursor(-1)
- go(1, "MENU")
- 2:
- nothing()
- 3:
- nothing()
- 4:
- nothing()
- 5:
- nothing()
- 6:
- nothing()
- 7:
- nothing()
- 8:
- nothing()
- lfxsoundplus()
- 9:
- nothing()
- lfxsoundmin()
- end case
- if gfxexitmovie() then
- if the frame < the marker of "End" then
- go("End")
- else
- go("AllEnd")
- end if
- end if
- end
-